CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sift match

搜索资源列表

  1. image-matching-

    0下载:
  2. 针对 128 维 SIFT 特 征向量,采用距离匹配和余弦相似度匹配相结合的测度方法,利用特征点方向一致性进一步降低误匹配率 . 实验结 果表明:改进算法对图像的缩放、旋转、光照、噪声和小尺度的视角变换均有较好的匹配效果 . 与原算法相比,在保 证匹配点数和匹配时间的基础上,改进算法对旋转、缩放、噪声模糊和光照变换的误匹配率平均降低 10%~20% , 对于小尺度的视角变换,误匹配率平均降低 5%. -For 128-dimensi
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:398886
    • 提供者:焦婷
  1. mod_lowe_demo

    0下载:
  2. SIFT提出者的程序,SIFT特征匹配,测试可用 来自 http://www.cs.ubc.ca/~lowe/keypoints/-the program for SIFT algorithm it s useful for graphics match http://www.cs.ubc.ca/~lowe/keypoints/
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3111743
    • 提供者:fengpuchun
  1. Qt_RobHess_SIFT

    0下载:
  2. RobHess的SIFT源码 RANSAC去除误匹配-SIFT the source code for RobHess RANSAC remove false match
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1072016
    • 提供者:d
  1. sift_robkdtree

    0下载:
  2. sift算法寻找特征点,并用KD树法匹配特征点-sift algorithm to find the feature points and match with KD tree method feature points
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:42434
    • 提供者:杨过
  1. MATLAB_SIFT

    0下载:
  2. SIFT特征点检测算法,matlab实现的,程序里还有匹配部分功能-SIFT feature point detection algorithm, matlab implementation, program as well as some features match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:34909
    • 提供者:罗国中
  1. robwhess-opensift

    0下载:
  2. 基于局部不变特征的图像匹配。利用SIFT算法实现局部特征的检测与提取,再用RANSAC算法筛选特征点,提高正确的匹配率。-Based image matching local invariant features. Use SIFT algorithm to detect and local feature extraction, and then filtering feature points RANSAC algorithm to improve the correct match rat
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:131094
    • 提供者:朱迪
  1. sift_programm

    0下载:
  2. SIFT匹配算法,实现多个匹配特征。匹配效果较好。-Based on matlab programm,sift come true to match.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:8780
    • 提供者:郭聪
  1. finknudem-(2)

    0下载:
  2. Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and describe local features in images. The algorithm was published by David Lowe in 1999.[1] Applications include object recognition, robotic mapping and na
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:89735
    • 提供者:dhivya
  1. ransacOverlap

    0下载:
  2. 程序使用sift提取和匹配图像的特征点,使用RANSAC得到图像的单应矩阵H,再将其中一幅图像通过H变换到另一幅图像的坐标系中。最后计算得到两幅图像重叠区域。图像可以换成自己的。-This code use SIFT to extract and match feature points.Then RANSAC is utilized to calculate homography matrix.Finally,the overlap rate of these two images will
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1016090
    • 提供者:孔德地
  1. siftDemoV4

    0下载:
  2. 图像匹配 sift算法实现 match直接调用函数即可 -sift image matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:398419
    • 提供者:chenting
  1. SIFT_matlabe1

    0下载:
  2. This a MATLAB implementation of the SIFT keypoint detector and descr iptor -do_gaussian: generate Gaussian scale space of input image do_diffofg: generate Difference of Gaussian (DoG) scale space do_localmax: local extrema as the potential keyp
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1256974
    • 提供者:崔雪红
  1. SIFT_Mosaic

    0下载:
  2. 图像配准,基于sift的图像配准程序,配准效果良好,运行速度快。-image match
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:116496
    • 提供者:闫梦璐
  1. DetectMTInDB

    0下载:
  2. vs2010下两张图片之间、进行sift匹配,角点LK金字塔光流跟踪,surf匹配。有绘制特征点主方向和辅助方向。具体仔细看代码。-vs2010 down between two pictures, make sift matching corner pyramid LK optical flow tracking, surf match. Have drawn the main direction of the feature points and the auxiliary directio
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6444067
    • 提供者:孙天宇
  1. face-detect

    2下载:
  2. 在安卓NDK下实现了图像的sift检测,可以圈出特征点,并且能够匹配二幅图像,需要opencv库支持。-In the android to realize the image under the NDK sift detection, can circle the feature points, and the ability to match two images, need opencv library support.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-16
    • 文件大小:22807552
    • 提供者:ganwei
  1. SIFTMATCH

    0下载:
  2. 利用SIFT算法,用opencv的2.4.9的库进行目标的匹配和定位-using the SIFT algorithm,match the object with opencv lib
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1378671
    • 提供者:dragonfive2015
  1. 取特徵

    0下载:
  2. emgu 特徵檢測 支持显示SIFT的关键点-EMGUCV C# based on SIFT algorithm written in code, make changes to the document image to match the library, support the display of the key points SIFT
  3. 所属分类:图形图象

  1. flann_

    0下载:
  2. 使用FLANN(近似最近邻算法)实现图像特征的匹配,其中图像特征使用SIFT提取,算法能实现单应性匹配需求。- FLANN (approximate nearest neighbor algorithm) is used to match the image feature, and the image feature is extracted using SIFT. The algorithm can achieve the homography matching requirement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3669872
    • 提供者:魏风
  1. Ransac

    0下载:
  2. 对两幅图像提取到的SIFT特征匹配后进行匹配优化。平台是Visual Studio 2013-Match the SIFT feature that is extracted the two images and match the optimization. The platform is Visual Studio 2013
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:15510152
    • 提供者:水心月
  1. siftDemoV4

    0下载:
  2. 此代码读取两个图像,查找其SIFT功能,并显示连接匹配关键点的行。 只有当距离小于distRatio乘以距离第二个最接近的距离时,才能接受匹配。它返回显示的匹配数。-This function reads two images, finds their SIFT features, and displays lines connecting the matched keypoints. A match is accepted only if its distance is less than
  3. 所属分类:matlab

    • 发布日期:2017-12-12
    • 文件大小:377255
    • 提供者:倪某某
  1. siftDemoV4

    0下载:
  2. sift算法匹配,修改图片路径后,运行调用match函数stratmatch.m文件即可得到匹配图-Sift Algorithm DemoV4
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:645054
    • 提供者:李飞
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com